Mike Gabriel [Sun, 22 Sep 2024 11:53:43 +0000 (13:53 +0200)]
wlcs (1.6.1-2) unstable; urgency=medium
[ Mike Gabriel ]
* debian/patches:
+ Add 0001_remove-I-don-t-think-that-algorithm-does-what-you-th.patch.
Fixes FTBFS with GCC-14. (Closes: #1075640).
* debian/control:
+ Switch from pkg-config to pkgconf in B-D. Thanks, lintian.
[ Marius Gripsgard ]
* debian/rules:
+ Set -DWLCS_BUILD_ASAN=OFF for LoongArch architecture. (Closes: #1051830).
Marius Gripsgard [Thu, 10 Aug 2023 21:35:06 +0000 (22:35 +0100)]
wlcs (1.6.0-1) unstable; urgency=medium
* New upstream version 1.6.0
* debian/control: Add ubports team to uploaders
* debian/control: Add myself to uploaders
* debian/copyright: Refresh copyright to match upstream release
Victor Berger [Thu, 8 Jul 2021 17:39:30 +0000 (19:39 +0200)]
[PATCH 2/2] Fix build when using GTest-1.11
Some change in GTest 1.11 headers caused a conflict on the name
`Pointer`. Removing the unconditional import of namespace `testing`
in favor of individual imports of the used items fixes it.
cc #205
Gbp-Pq: Name 0002-Fix-build-when-using-GTest-1.11.patch
Victor Berger [Thu, 8 Jul 2021 17:25:23 +0000 (19:25 +0200)]
[PATCH 1/2] cmake: always set GTEST_LIBRARY if it isn't
Previously, the GTEST_LIBRARY would only be set manually set when
GMock is not built from source, causing likage failures on systems
where Gmock is built from source and system-provided GTest does not
set it.
cc #205
Gbp-Pq: Name 0001-cmake-always-set-GTEST_LIBRARY-if-it-isn-t.patch
Victor Berger [Thu, 8 Jul 2021 17:39:30 +0000 (19:39 +0200)]
[PATCH 2/2] Fix build when using GTest-1.11
Some change in GTest 1.11 headers caused a conflict on the name
`Pointer`. Removing the unconditional import of namespace `testing`
in favor of individual imports of the used items fixes it.
cc #205
Gbp-Pq: Name 0002-Fix-build-when-using-GTest-1.11.patch
Victor Berger [Thu, 8 Jul 2021 17:25:23 +0000 (19:25 +0200)]
[PATCH 1/2] cmake: always set GTEST_LIBRARY if it isn't
Previously, the GTEST_LIBRARY would only be set manually set when
GMock is not built from source, causing likage failures on systems
where Gmock is built from source and system-provided GTest does not
set it.
cc #205
Gbp-Pq: Name 0001-cmake-always-set-GTEST_LIBRARY-if-it-isn-t.patch